Don't use guestfs package
authorHilko Bengen <bengen@debian.org>
Sat, 25 Sep 2021 15:19:25 +0000 (17:19 +0200)
committerAntonio Terceiro <terceiro@debian.org>
Sat, 4 Dec 2021 15:11:35 +0000 (15:11 +0000)
commit9fc20eb9d5c63fe63a43d2a625759bcc6b76a4e6
tree490b0e6033ba1748d32b4d9f208debe221aac331
parent2fbd45b934f5c834bc21492311cf2c909684aec4
Don't use guestfs package

This avoids build errors:
,----
| ocamlfind: Package `guestfs' not found
`----

Apparently, ocamlfind only looks for the guestfs package in
system-wide preconfigured search paths, not in paths specified with -I.

Gbp-Pq: Name Don-t-use-guestfs-package.patch
common/mlcustomize/Makefile.am
common/mlprogress/Makefile.am
common/mltools/Makefile.am
common/mlvisit/Makefile.am